[@main]
#IF
check [374] 1
#ACT
goto @quest2
break

#IF
check [373] 1
#ACT
goto @quest1
#ELSEACT
goto @main-1

[@main-1]
Welcome traveler. I dont care if you are evil or not\
My job is simply to test the courage of those proven worthy\
<how do you know if you are worthy?/@ask>

[@ask]
that is told to me by the guildchief and our mighty guildlord!\

[@quest1]
ah welcome!\
Do you want to test your courage and luring skills?\
All you have to do is get to the other end of the room, its that simple.\
well eh simple. There are some...obstacles hidden from the eye...but you\
will notice soon enough what I mean ehehe\
<alright/@move1a>\
<no tnx/@exit>

[@move1a]
The skill of movement will cost you 10000 gold to try\
Do you still want to try?\
<yes/@move1b>\
<no/@exit>

[@move1b]
#IF
check [374] 0
check [373] 1
checkgold 10000
#ACT
take gold 10000
mapmove DE21 17,21


[@quest2]
ah welcome guildmember!\
Do you want to test your courage and luring skills? I can let you try the 2nd test now!\
All you have to do is get to the other end of the room, its that simple.\
<alright/@move2a>\
<no tnx/@exit>

[@move2a]
The skill of movement will cost you 15000 gold to try\
Do you still want to try?\
<yes/@move2b>\
<no/@exit>

[@move2b]
#IF
check [374] 1
check [373] 1
checkgold 15000
#ACT
take gold 15000
mapmove DE22 17,21

